home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_223 / popinfo / popinfo.i < prev    next >
Text File  |  1992-05-06  |  851b  |  34 lines

  1. /* function prototypes for PopInfo.. */
  2.  
  3. #ifndef __NOPROTO
  4. #ifndef __PROTO
  5. #define __PROTO(a) a
  6. #endif
  7. #else
  8. #ifndef __PROTO
  9. #define __PROTO(a) ()
  10. #endif
  11. #endif
  12.  
  13. void main __PROTO((int argc,
  14.                    unsigned char **argv));
  15. int OpenAll __PROTO((void));
  16. int CloseUp __PROTO((int err));
  17. int conbstr __PROTO((BSTR in,
  18.                       char *out));
  19. int countdevices __PROTO((void));
  20. int diskpresent __PROTO((int drive));
  21. int ReadBlock __PROTO((int drive));
  22. int cidcmp __PROTO((int state));
  23. int ViewBoot __PROTO((int c));
  24. int DisplayBoot __PROTO((int which));
  25. int WipeBoot __PROTO((int c));
  26. int SaveBoot __PROTO((void));
  27. int LoadBoot __PROTO((int unit));
  28. int CheckDriveGadgets __PROTO((void));
  29. int CheckBlock __PROTO((int state));
  30. int gf __PROTO((char *title,
  31.                 int x,
  32.                 int y));
  33. int YesNo __PROTO((char *text));
  34.